home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : TCP/IP
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : E_Systems, Inc., ECI Division
- -- : St. Petersburg, Florida
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 E_Systems, Inc.
- -- DATE CREATED :
- -- DATE RELEASED : 22 June 1985
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : Communications
- -- CATEGORY LEVEL 2 : Protocol
- -- CATEGORY LEVEL 3 : TCP/IP
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : TCP/IP
- -- INDEX : Transmission Control Protocol
- -- INDEX : Internet Protocol
- -- INDEX : Protocol, Transmission Control
- -- INDEX : Protocol, Internet
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_03_1
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.DDN>TCP*.*
- -- FILE SPECS : PD:<ADA.DDN>WICAT*.*
- -- FILE SPECS : PD:<ADA.DDN>USERSMAN*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.DDN>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- TCPBATCMP.SUB 561 11
- -- TCPBATTST.CO 551 11
- -- TCPCOMP.SUB 1265 58
- -- TCPIP.CMM 1248 35
- -- TCPIP.DEMO 1315 37
- -- TCPIP.PRO 3831 83
- -- TCPSTAND.SRC 17698 473
- -- TCPSTBAT.CO 181 4
- -- TCPSTCOMP.CO 110 6
- -- TCPSUB.SRC 364325 9997
- -- TCPTEST.CO 407 11
- -- TCPTEST.SRC 29627 936
- -- TCPWICAT.DAT 360 28
- -- TCPWICAT.SRC 383241 9641
- -- WICATMISC.SRC 102526 3989
- -- USERSMAN.DIS 103 5
- -- USERSMAN.DOC 105163 2553
- -- =============== ========== ==========
- -- 17 Files 1012512 27878
- --= ABSTRACT ===============================================--
- -- The proposed tools provide communication with the Utility
- -- layer(TCP) corresponding to RFC793 and with Internet(IP). An
- -- operating system interface to VAX VMS will be provided. Internet
- -- Control Message Protocol (ICMP) will be provided as part of IP. These
- -- protocols allow multiuser access and message priority. A Test System
- -- will be provided to demonstrate these protocols, generate test
- -- scenarios, and display intermediate data.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 06/22 1.0 Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-